[XEND] No need to decompress the initrd when building a domain.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 9 Oct 2006 12:50:00 +0000 (13:50 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 9 Oct 2006 12:50:00 +0000 (13:50 +0100)
commit5000a6a1e0b9c42c17345817e589e61175bad3d0
tree6da495cfb8b721f7efddc423fcdd451361e8cb32
parent7dae06e0f34ae0cb34baa9c3e80064618d6dd1c7
[XEND] No need to decompress the initrd when building a domain.
The guest OS should be capable of parsing an image file in
whatever format was produced by that OS's tools. Furthermore,
we have seen initrd images with trailing garbage. This causes
us to calculate the wrong size for the uncompressed data and hence
fail to build the guest.
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/libxc/xc_linux_build.c